home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / concussion_w.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  755 b   |  49 lines

  1. SDEF
  2.  
  3. /*SINED weapon_concussiongun (.3 .3 1) (0 0 0) (0 0 0)
  4. Concussion Gun - World Model
  5. */
  6.  
  7. //
  8. // The file declaration section
  9. //
  10. path models/concussion_w
  11. origin 0 0 0
  12. scale 1
  13.  
  14. // base model
  15. congun_w.sbm
  16.  
  17. congun_w_01c.tga
  18.  
  19. //
  20. // Declare the animation types and files
  21. //
  22. idle1     congun_w.SAM
  23. fire1     congun_w.sam
  24. //
  25. // Define model group areas
  26. //
  27. id 200 group weapon bone barrel 0 0 0 nodraw
  28.  
  29. //
  30. // The initialization section
  31. //
  32. !init:
  33.  
  34. server classname ConcussionGun
  35.  
  36. // Sound Aliases
  37. server respawnsound
  38. server aliascache snd_pickup "weapons/pkup/pkup1.wav"
  39.  
  40. server iconname "w_concussion"
  41. server itemname "Concussion Gun"
  42.  
  43. //cachemodel "models/view_concussion.def"
  44. //
  45. // The main section
  46. //
  47. !main:
  48.  
  49.